-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox 68 supports {search_url,suggest_url}_get_params in search_provider settings override #25160
Firefox 68 supports {search_url,suggest_url}_get_params in search_provider settings override #25160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
PS: Shouldn't those {search,suggest}_url_{get,post}_params
features be subfeatures of {search,suggest}_url
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's safe to assume that Chrome also supports these?
@caugner Why, they aren't documented in Chrome's reference content (https://developer.chrome.com/docs/extensions/reference/manifest/chrome-settings-override) |
@caugner no, they're all simply properties of the manifest key |
Chrome does not support these. Extensions can put the get parameters in Chrome's supported properties are documented at https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/extensions/api/manifest_types.json;l=25-95;drc=636054fd874a8e9535b4db695c8ea15636200e52 |
Apologies, I drew the wrong conclusions, thanks for clarifying! |
Summary
The manifest key chrome_settings_overrides
search_provider
object propertiessearch_url_get_params
andsuggest_url_get_params
were added in Bug 1496075 Support loading search extensions on startup but omitted from the BCDTest results and supporting details
See https://hg.mozilla.org/mozilla-central/rev/7efb082cc25d#l3.30
Related issues
MDN content changes in TBC